Html Css Color HEX #FCA838 Lightning Yellow

📋 copy color: '#FCA838'

red 252 ◦ green 168 ◦ blue 56

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

Shades of Lightning Yellow #FCA838

Tints of Lightning Yellow #FCA838

RGB

 RED value IS 252 (98.83% from 255) = 52.94%

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

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

R = 52.94%
G = 35.29%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCA838 (or 0xFCA838) is known color: Lightning Yellow. HEX triplet: FC, A8 and 38. RGB value is (252,168,56). Sum of RGB (Red+Green+Blue) = 252+168+56=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA838 is #0357C7. Grayscale: #B4B4B4. Windows color (decimal): -219080 or 3713276. OLE color: 3713276.

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

Color convert

RGB 252 168 56 -
CMYK 0 0.33 0.78 0.01
HSL 34.29º 0.97% 0.6% -
HSV(B) 34.29º 0.78% 0.99% -
XYZ 54.86 48.99 10.31 -
YUV 180.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 252 168 56 0 0.33 0.78 0.01 34.29 0.97 0.6
Hex FC A8 38 0 21 4E 1 22 61 3C
Octal 374 250 70 0 41 116 1 42 141 74
Binary 11111100 10101000 111000 0 100001 1001110 1 100010 1100001 111100

Color Harmonies of #FCA838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA838

Black with #FCA838

Text Example


Text Example

White with #FCA838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA838; }

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

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

background-color css

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

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

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

border-color css

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

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

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