Html Css Color HEX #FDA23E Lightning Yellow

📋 copy color: '#FDA23E'

red 253 ◦ green 162 ◦ blue 62

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

Shades of Lightning Yellow #FDA23E

Tints of Lightning Yellow #FDA23E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

 BLUE value IS 62 (24.61% from 255) = 13%

R = 53.04%
G = 33.96%
B = 13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDA23E (or 0xFDA23E) is known color: Lightning Yellow. HEX triplet: FD, A2 and 3E. RGB value is (253,162,62). Sum of RGB (Red+Green+Blue) = 253+162+62=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA23E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA23E is #025DC1. Grayscale: #B2B2B2. Windows color (decimal): -155074 or 4104957. OLE color: 4104957.

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

Color convert

RGB 253 162 62 -
CMYK 0 0.36 0.75 0.01
HSL 31.41º 0.98% 0.62% -
HSV(B) 31.41º 0.75% 0.99% -
XYZ 54.3 47.07 10.78 -
YUV 177.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 253 162 62 0 0.36 0.75 0.01 31.41 0.98 0.62
Hex FD A2 3E 0 24 4B 1 1F 62 3E
Octal 375 242 76 0 44 113 1 37 142 76
Binary 11111101 10100010 111110 0 100100 1001011 1 11111 1100010 111110

Color Harmonies of #FDA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA23E

Black with #FDA23E

Text Example


Text Example

White with #FDA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA23E; }

 p { color: rgb(253,162,62); }

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

background-color css

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

 a { background-color: rgb(253,162,62); }

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

border-color css

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

 span { border-color: rgb(253,162,62); }

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