Html Css Color HEX #FDA627 Lightning Yellow

📋 copy color: '#FDA627'

red 253 ◦ green 166 ◦ blue 39

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

Shades of Lightning Yellow #FDA627

Tints of Lightning Yellow #FDA627

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

 BLUE value IS 39 (15.63% from 255) = 8.52%

R = 55.24%
G = 36.24%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDA627 (or 0xFDA627) is known color: Lightning Yellow. HEX triplet: FD, A6 and 27. RGB value is (253,166,39). Sum of RGB (Red+Green+Blue) = 253+166+39=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA627 is #0259D8. Grayscale: #B2B2B2. Windows color (decimal): -154073 or 2598653. OLE color: 2598653.

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

Color convert

RGB 253 166 39 -
CMYK 0 0.34 0.85 0.01
HSL 35.61º 0.98% 0.57% -
HSV(B) 35.61º 0.85% 0.99% -
XYZ 54.51 48.3 8.37 -
YUV 177.54 49.82 181.83 -
System Red Green Blue C M Y K H S L
Decimal 253 166 39 0 0.34 0.85 0.01 35.61 0.98 0.57
Hex FD A6 27 0 22 55 1 24 62 39
Octal 375 246 47 0 42 125 1 44 142 71
Binary 11111101 10100110 100111 0 100010 1010101 1 100100 1100010 111001

Color Harmonies of #FDA627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA627

Black with #FDA627

Text Example


Text Example

White with #FDA627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA627; }

 p { color: rgb(253,166,39); }

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

background-color css

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

 a { background-color: rgb(253,166,39); }

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

border-color css

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

 span { border-color: rgb(253,166,39); }

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