Html Css Color HEX #FDA02F Lightning Yellow

📋 copy color: '#FDA02F'

red 253 ◦ green 160 ◦ blue 47

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

Shades of Lightning Yellow #FDA02F

Tints of Lightning Yellow #FDA02F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.78%

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

R = 55%
G = 34.78%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA02F (or 0xFDA02F) is known color: Lightning Yellow. HEX triplet: FD, A0 and 2F. RGB value is (253,160,47). Sum of RGB (Red+Green+Blue) = 253+160+47=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA02F is #025FD0. Grayscale: #AFAFAF. Windows color (decimal): -155601 or 3121405. OLE color: 3121405.

HSL color Cylindrical-coordinate representation of color #FDA02F: hue angle of 32.91º 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 #FDA02F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 160 47 -
CMYK 0 0.37 0.81 0.01
HSL 32.91º 0.98% 0.59% -
HSV(B) 32.91º 0.81% 0.99% -
XYZ 53.59 46.23 8.79 -
YUV 174.93 55.81 183.69 -
System Red Green Blue C M Y K H S L
Decimal 253 160 47 0 0.37 0.81 0.01 32.91 0.98 0.59
Hex FD A0 2F 0 25 51 1 21 62 3B
Octal 375 240 57 0 45 121 1 41 142 73
Binary 11111101 10100000 101111 0 100101 1010001 1 100001 1100010 111011

Color Harmonies of #FDA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA02F

Black with #FDA02F

Text Example


Text Example

White with #FDA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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