Html Css Color HEX #F2AD36 Lightning Yellow

📋 copy color: '#F2AD36'

red 242 ◦ green 173 ◦ blue 54

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

Shades of Lightning Yellow #F2AD36

Tints of Lightning Yellow #F2AD36

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.89%

 BLUE value IS 54 (21.48% from 255) = 11.51%

R = 51.6%
G = 36.89%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2AD36 (or 0xF2AD36) is known color: Lightning Yellow. HEX triplet: F2, AD and 36. RGB value is (242,173,54). Sum of RGB (Red+Green+Blue) = 242+173+54=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD36 is #0D52C9. Grayscale: #B4B4B4. Windows color (decimal): -873162 or 3583474. OLE color: 3583474.

HSL color Cylindrical-coordinate representation of color #F2AD36: hue angle of 37.98º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2AD36 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 173 54 -
CMYK 0 0.29 0.78 0.05
HSL 37.98º 0.88% 0.58% -
HSV(B) 37.98º 0.78% 0.95% -
XYZ 52.23 49.03 10.2 -
YUV 180.07 56.86 172.18 -
System Red Green Blue C M Y K H S L
Decimal 242 173 54 0 0.29 0.78 0.05 37.98 0.88 0.58
Hex F2 AD 36 0 1D 4E 5 26 58 3A
Octal 362 255 66 0 35 116 5 46 130 72
Binary 11110010 10101101 110110 0 11101 1001110 101 100110 1011000 111010

Color Harmonies of #F2AD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AD36

Black with #F2AD36

Text Example


Text Example

White with #F2AD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AD36; }

 p { color: rgb(242,173,54); }

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

background-color css

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

 a { background-color: rgb(242,173,54); }

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

border-color css

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

 span { border-color: rgb(242,173,54); }

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