Html Css Color HEX #FDA023 Lightning Yellow

📋 copy color: '#FDA023'

red 253 ◦ green 160 ◦ blue 35

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

Shades of Lightning Yellow #FDA023

Tints of Lightning Yellow #FDA023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.81%

R = 56.47%
G = 35.71%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA023 (or 0xFDA023) is known color: Lightning Yellow. HEX triplet: FD, A0 and 23. RGB value is (253,160,35). Sum of RGB (Red+Green+Blue) = 253+160+35=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA023 is #025FDC. Grayscale: #AEAEAE. Windows color (decimal): -155613 or 2334973. OLE color: 2334973.

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

Color convert

RGB 253 160 35 -
CMYK 0 0.37 0.86 0.01
HSL 34.4º 0.98% 0.56% -
HSV(B) 34.4º 0.86% 0.99% -
XYZ 53.38 46.15 7.68 -
YUV 173.56 49.81 184.66 -
System Red Green Blue C M Y K H S L
Decimal 253 160 35 0 0.37 0.86 0.01 34.4 0.98 0.56
Hex FD A0 23 0 25 56 1 22 62 38
Octal 375 240 43 0 45 126 1 42 142 70
Binary 11111101 10100000 100011 0 100101 1010110 1 100010 1100010 111000

Color Harmonies of #FDA023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA023

Black with #FDA023

Text Example


Text Example

White with #FDA023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA023; }

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

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

background-color css

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

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

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

border-color css

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

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

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