Html Css Color HEX #F1AD2C Lightning Yellow

📋 copy color: '#F1AD2C'

red 241 ◦ green 173 ◦ blue 44

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

Shades of Lightning Yellow #F1AD2C

Tints of Lightning Yellow #F1AD2C

RGB

 RED value IS 241 (94.53% from 255) = 52.62%

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

 BLUE value IS 44 (17.58% from 255) = 9.61%

R = 52.62%
G = 37.77%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1AD2C (or 0xF1AD2C) is known color: Lightning Yellow. HEX triplet: F1, AD and 2C. RGB value is (241,173,44). Sum of RGB (Red+Green+Blue) = 241+173+44=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD2C is #0E52D3. Grayscale: #B3B3B3. Windows color (decimal): -938708 or 2928113. OLE color: 2928113.

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

Color convert

RGB 241 173 44 -
CMYK 0 0.28 0.82 0.05
HSL 39.29º 0.88% 0.56% -
HSV(B) 39.29º 0.82% 0.95% -
XYZ 51.67 48.77 9.07 -
YUV 178.63 52.03 172.49 -
System Red Green Blue C M Y K H S L
Decimal 241 173 44 0 0.28 0.82 0.05 39.29 0.88 0.56
Hex F1 AD 2C 0 1C 52 5 27 58 38
Octal 361 255 54 0 34 122 5 47 130 70
Binary 11110001 10101101 101100 0 11100 1010010 101 100111 1011000 111000

Color Harmonies of #F1AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD2C

Black with #F1AD2C

Text Example


Text Example

White with #F1AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD2C; }

 p { color: rgb(241,173,44); }

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

background-color css

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

 a { background-color: rgb(241,173,44); }

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

border-color css

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

 span { border-color: rgb(241,173,44); }

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