Html Css Color HEX #FDA123 Lightning Yellow

📋 copy color: '#FDA123'

red 253 ◦ green 161 ◦ blue 35

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

Shades of Lightning Yellow #FDA123

Tints of Lightning Yellow #FDA123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.86%

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

R = 56.35%
G = 35.86%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDA123 (or 0xFDA123) is known color: Lightning Yellow. HEX triplet: FD, A1 and 23. RGB value is (253,161,35). Sum of RGB (Red+Green+Blue) = 253+161+35=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA123 is #025EDC. Grayscale: #AEAEAE. Windows color (decimal): -155357 or 2335229. OLE color: 2335229.

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

Color convert

RGB 253 161 35 -
CMYK 0 0.36 0.86 0.01
HSL 34.68º 0.98% 0.56% -
HSV(B) 34.68º 0.86% 0.99% -
XYZ 53.56 46.49 7.74 -
YUV 174.14 49.48 184.25 -
System Red Green Blue C M Y K H S L
Decimal 253 161 35 0 0.36 0.86 0.01 34.68 0.98 0.56
Hex FD A1 23 0 24 56 1 23 62 38
Octal 375 241 43 0 44 126 1 43 142 70
Binary 11111101 10100001 100011 0 100100 1010110 1 100011 1100010 111000

Color Harmonies of #FDA123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA123

Black with #FDA123

Text Example


Text Example

White with #FDA123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA123; }

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

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

background-color css

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

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

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

border-color css

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

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

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