Html Css Color HEX #F2A927 Lightning Yellow

📋 copy color: '#F2A927'

red 242 ◦ green 169 ◦ blue 39

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

Shades of Lightning Yellow #F2A927

Tints of Lightning Yellow #F2A927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.56%

 BLUE value IS 39 (15.63% from 255) = 8.67%

R = 53.78%
G = 37.56%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2A927 (or 0xF2A927) is known color: Lightning Yellow. HEX triplet: F2, A9 and 27. RGB value is (242,169,39). Sum of RGB (Red+Green+Blue) = 242+169+39=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A927 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A927 is #0D56D8. Grayscale: #B0B0B0. Windows color (decimal): -874201 or 2599410. OLE color: 2599410.

HSL color Cylindrical-coordinate representation of color #F2A927: hue angle of 38.42º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2A927 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 169 39 -
CMYK 0 0.30 0.84 0.05
HSL 38.42º 0.89% 0.55% -
HSV(B) 38.42º 0.84% 0.95% -
XYZ 51.17 47.4 8.37 -
YUV 176.01 50.68 175.07 -
System Red Green Blue C M Y K H S L
Decimal 242 169 39 0 0.30 0.84 0.05 38.42 0.89 0.55
Hex F2 A9 27 0 1E 54 5 26 59 37
Octal 362 251 47 0 36 124 5 46 131 67
Binary 11110010 10101001 100111 0 11110 1010100 101 100110 1011001 110111

Color Harmonies of #F2A927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A927

Black with #F2A927

Text Example


Text Example

White with #F2A927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A927; }

 p { color: rgb(242,169,39); }

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

background-color css

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

 a { background-color: rgb(242,169,39); }

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

border-color css

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

 span { border-color: rgb(242,169,39); }

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