Html Css Color HEX #FCF038 Gorse

📋 copy color: '#FCF038'

red 252 ◦ green 240 ◦ blue 56

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

Shades of Gorse #FCF038

Tints of Gorse #FCF038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.8%

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

R = 45.99%
G = 43.8%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCF038 (or 0xFCF038) is known color: Gorse. HEX triplet: FC, F0 and 38. RGB value is (252,240,56). Sum of RGB (Red+Green+Blue) = 252+240+56=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 56 (22.27% from 255 or 10.22% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF038 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF038 is #030FC7. Grayscale: #DFDFDF. Windows color (decimal): -200648 or 3731708. OLE color: 3731708.

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

Color convert

RGB 252 240 56 -
CMYK 0 0.05 0.78 0.01
HSL 56.33º 0.97% 0.6% -
HSV(B) 56.33º 0.78% 0.99% -
XYZ 72.02 83.3 16.02 -
YUV 222.61 33.98 148.96 -
System Red Green Blue C M Y K H S L
Decimal 252 240 56 0 0.05 0.78 0.01 56.33 0.97 0.6
Hex FC F0 38 0 5 4E 1 38 61 3C
Octal 374 360 70 0 5 116 1 70 141 74
Binary 11111100 11110000 111000 0 101 1001110 1 111000 1100001 111100

Color Harmonies of #FCF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF038

Black with #FCF038

Text Example


Text Example

White with #FCF038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF038; }

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

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

background-color css

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

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

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

border-color css

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

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

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