Html Css Color HEX #FDA838 Lightning Yellow

📋 copy color: '#FDA838'

red 253 ◦ green 168 ◦ blue 56

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

Shades of Lightning Yellow #FDA838

Tints of Lightning Yellow #FDA838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 56 (22.27% from 255) = 11.74%

R = 53.04%
G = 35.22%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDA838 (or 0xFDA838) is known color: Lightning Yellow. HEX triplet: FD, A8 and 38. RGB value is (253,168,56). Sum of RGB (Red+Green+Blue) = 253+168+56=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA838 is #0257C7. Grayscale: #B5B5B5. Windows color (decimal): -153544 or 3713277. OLE color: 3713277.

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

Color convert

RGB 253 168 56 -
CMYK 0 0.34 0.78 0.01
HSL 34.11º 0.98% 0.61% -
HSV(B) 34.11º 0.78% 0.99% -
XYZ 55.22 49.17 10.32 -
YUV 180.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 253 168 56 0 0.34 0.78 0.01 34.11 0.98 0.61
Hex FD A8 38 0 22 4E 1 22 62 3D
Octal 375 250 70 0 42 116 1 42 142 75
Binary 11111101 10101000 111000 0 100010 1001110 1 100010 1100010 111101

Color Harmonies of #FDA838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA838

Black with #FDA838

Text Example


Text Example

White with #FDA838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA838; }

 p { color: rgb(253,168,56); }

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

background-color css

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

 a { background-color: rgb(253,168,56); }

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

border-color css

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

 span { border-color: rgb(253,168,56); }

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