Html Css Color HEX #F5F182 Texas

📋 copy color: '#F5F182'

red 245 ◦ green 241 ◦ blue 130

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

Shades of Texas #F5F182

Tints of Texas #F5F182

RGB

 RED value IS 245 (96.09% from 255) = 39.77%

 GREEN value IS 241 (94.53% from 255) = 39.12%

 BLUE value IS 130 (51.17% from 255) = 21.1%

R = 39.77%
G = 39.12%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F5F182 (or 0xF5F182) is known color: Texas. HEX triplet: F5, F1 and 82. RGB value is (245,241,130). Sum of RGB (Red+Green+Blue) = 245+241+130=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 130 (51.17% from 255 or 21.10% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F182 is #0A0E7D. Grayscale: #E5E5E5. Windows color (decimal): -659070 or 8581621. OLE color: 8581621.

HSL color Cylindrical-coordinate representation of color #F5F182: hue angle of 57.91º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5F182 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 241 130 -
CMYK 0 0.02 0.47 0.04
HSL 57.91º 0.85% 0.74% -
HSV(B) 57.91º 0.47% 0.96% -
XYZ 73.14 83.93 33.47 -
YUV 229.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 245 241 130 0 0.02 0.47 0.04 57.91 0.85 0.74
Hex F5 F1 82 0 2 2F 4 3A 55 4A
Octal 365 361 202 0 2 57 4 72 125 112
Binary 11110101 11110001 10000010 0 10 101111 100 111010 1010101 1001010

Color Harmonies of #F5F182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F182

Black with #F5F182

Text Example


Text Example

White with #F5F182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F182; }

 p { color: rgb(245,241,130); }

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

background-color css

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

 a { background-color: rgb(245,241,130); }

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

border-color css

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

 span { border-color: rgb(245,241,130); }

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