Html Css Color HEX #F0F07D Texas

📋 copy color: '#F0F07D'

red 240 ◦ green 240 ◦ blue 125

#F0F07D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #F0F07D

Tints of Texas #F0F07D

RGB

 RED value IS 240 (94.14% from 255) = 39.67%

 GREEN value IS 240 (94.14% from 255) = 39.67%

 BLUE value IS 125 (49.22% from 255) = 20.66%

R = 39.67%
G = 39.67%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0F07D (or 0xF0F07D) is known color: Texas. HEX triplet: F0, F0 and 7D. RGB value is (240,240,125). Sum of RGB (Red+Green+Blue) = 240+240+125=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F07D is #0F0F82. Grayscale: #E3E3E3. Windows color (decimal): -987011 or 8253680. OLE color: 8253680.

HSL color Cylindrical-coordinate representation of color #F0F07D: hue angle of 60º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F07D is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 125 -
CMYK 0 0 0.48 0.06
HSL 60º 0.79% 0.72% -
HSV(B) 60º 0.48% 0.94% -
XYZ 70.8 82.33 31.56 -
YUV 226.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 240 240 125 0 0 0.48 0.06 60 0.79 0.72
Hex F0 F0 7D 0 0 30 6 3C 4F 48
Octal 360 360 175 0 0 60 6 74 117 110
Binary 11110000 11110000 1111101 0 0 110000 110 111100 1001111 1001000

Color Harmonies of #F0F07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F07D

Black with #F0F07D

Text Example


Text Example

White with #F0F07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F07D; }

 p { color: rgb(240,240,125); }

 H1.HeaderClassName
 {
   color: #F0F07D;
 }
 .AnyTagClassName
 {
   color: #F0F07D;
 }
</style>

background-color css

<style>
 a { background-color: #F0F07D; }

 a { background-color: rgb(240,240,125); }

 div.DivClassName
 {
   background-color: #F0F07D;
 }
 .BgClassName
 {
   background-color: #F0F07D;
 }
</style>

border-color css

<style>
 span { border-color: #F0F07D; }

 span { border-color: rgb(240,240,125); }

 td.TdClassName
 {
   border-color: #F0F07D;
 }
 .TagClassName
 {
   border-color: #F0F07D;
 }
</style>