Html Css Color HEX #F5E67F Texas

📋 copy color: '#F5E67F'

red 245 ◦ green 230 ◦ blue 127

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

Shades of Texas #F5E67F

Tints of Texas #F5E67F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.21%

 BLUE value IS 127 (50% from 255) = 21.1%

R = 40.7%
G = 38.21%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5E67F (or 0xF5E67F) is known color: Texas. HEX triplet: F5, E6 and 7F. RGB value is (245,230,127). Sum of RGB (Red+Green+Blue) = 245+230+127=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E67F is #0A1980. Grayscale: #DFDFDF. Windows color (decimal): -661889 or 8382197. OLE color: 8382197.

HSL color Cylindrical-coordinate representation of color #F5E67F: hue angle of 52.37º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5E67F is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 230 127 -
CMYK 0 0.06 0.48 0.04
HSL 52.37º 0.86% 0.73% -
HSV(B) 52.37º 0.48% 0.96% -
XYZ 69.78 77.54 31.37 -
YUV 222.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 245 230 127 0 0.06 0.48 0.04 52.37 0.86 0.73
Hex F5 E6 7F 0 6 30 4 34 56 49
Octal 365 346 177 0 6 60 4 64 126 111
Binary 11110101 11100110 1111111 0 110 110000 100 110100 1010110 1001001

Color Harmonies of #F5E67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E67F

Black with #F5E67F

Text Example


Text Example

White with #F5E67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E67F; }

 p { color: rgb(245,230,127); }

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

background-color css

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

 a { background-color: rgb(245,230,127); }

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

border-color css

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

 span { border-color: rgb(245,230,127); }

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