Html Css Color HEX #FDA42F Lightning Yellow

📋 copy color: '#FDA42F'

red 253 ◦ green 164 ◦ blue 47

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

Shades of Lightning Yellow #FDA42F

Tints of Lightning Yellow #FDA42F

RGB

 RED value IS 253 (99.22% from 255) = 54.53%

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

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

R = 54.53%
G = 35.34%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA42F (or 0xFDA42F) is known color: Lightning Yellow. HEX triplet: FD, A4 and 2F. RGB value is (253,164,47). Sum of RGB (Red+Green+Blue) = 253+164+47=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA42F is #025BD0. Grayscale: #B1B1B1. Windows color (decimal): -154577 or 3122429. OLE color: 3122429.

HSL color Cylindrical-coordinate representation of color #FDA42F: hue angle of 34.08º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDA42F is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 164 47 -
CMYK 0 0.35 0.81 0.01
HSL 34.08º 0.98% 0.59% -
HSV(B) 34.08º 0.81% 0.99% -
XYZ 54.3 47.64 9.02 -
YUV 177.27 54.49 182.01 -
System Red Green Blue C M Y K H S L
Decimal 253 164 47 0 0.35 0.81 0.01 34.08 0.98 0.59
Hex FD A4 2F 0 23 51 1 22 62 3B
Octal 375 244 57 0 43 121 1 42 142 73
Binary 11111101 10100100 101111 0 100011 1010001 1 100010 1100010 111011

Color Harmonies of #FDA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA42F

Black with #FDA42F

Text Example


Text Example

White with #FDA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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