Html Css Color HEX #F2F17F Texas

📋 copy color: '#F2F17F'

red 242 ◦ green 241 ◦ blue 127

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

Shades of Texas #F2F17F

Tints of Texas #F2F17F

RGB

 RED value IS 242 (94.92% from 255) = 39.67%

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

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

R = 39.67%
G = 39.51%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2F17F (or 0xF2F17F) is known color: Texas. HEX triplet: F2, F1 and 7F. RGB value is (242,241,127). Sum of RGB (Red+Green+Blue) = 242+241+127=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 127 (50% from 255 or 20.82% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F17F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F17F is #0D0E80. Grayscale: #E4E4E4. Windows color (decimal): -855681 or 8385010. OLE color: 8385010.

HSL color Cylindrical-coordinate representation of color #F2F17F: hue angle of 59.48º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2F17F is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 127 -
CMYK 0 0.00 0.48 0.05
HSL 59.48º 0.82% 0.72% -
HSV(B) 59.48º 0.48% 0.95% -
XYZ 71.9 83.32 32.37 -
YUV 228.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 242 241 127 0 0.00 0.48 0.05 59.48 0.82 0.72
Hex F2 F1 7F 0 0 30 5 3B 52 48
Octal 362 361 177 0 0 60 5 73 122 110
Binary 11110010 11110001 1111111 0 0 110000 101 111011 1010010 1001000

Color Harmonies of #F2F17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F17F

Black with #F2F17F

Text Example


Text Example

White with #F2F17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F17F; }

 p { color: rgb(242,241,127); }

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

background-color css

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

 a { background-color: rgb(242,241,127); }

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

border-color css

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

 span { border-color: rgb(242,241,127); }

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