Html Css Color HEX #FFA42F Lightning Yellow

📋 copy color: '#FFA42F'

red 255 ◦ green 164 ◦ blue 47

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

Shades of Lightning Yellow #FFA42F

Tints of Lightning Yellow #FFA42F

RGB

 RED value IS 255 (100% from 255) = 54.72%

 GREEN value IS 164 (64.45% from 255) = 35.19%

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 54.72%
G = 35.19%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFA42F (or 0xFFA42F) is known color: Lightning Yellow. HEX triplet: FF, A4 and 2F. RGB value is (255,164,47). Sum of RGB (Red+Green+Blue) = 255+164+47=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA42F is #005BD0. Grayscale: #B2B2B2. Windows color (decimal): -23505 or 3122431. OLE color: 3122431.

HSL color Cylindrical-coordinate representation of color #FFA42F: hue angle of 33.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFA42F is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 164 47 -
CMYK 0 0.36 0.82 0
HSL 33.75º 1% 0.59% -
HSV(B) 33.75º 0.82% 1% -
XYZ 55.03 48.02 9.06 -
YUV 177.87 54.15 183.01 -
System Red Green Blue C M Y K H S L
Decimal 255 164 47 0 0.36 0.82 0 33.75 1 0.59
Hex FF A4 2F 0 24 52 0 22 64 3B
Octal 377 244 57 0 44 122 0 42 144 73
Binary 11111111 10100100 101111 0 100100 1010010 0 100010 1100100 111011

Color Harmonies of #FFA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA42F

Black with #FFA42F

Text Example


Text Example

White with #FFA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA42F; }

 p { color: rgb(255,164,47); }

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

background-color css

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

 a { background-color: rgb(255,164,47); }

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

border-color css

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

 span { border-color: rgb(255,164,47); }

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