Html Css Color HEX #FCFA28 Gorse

📋 copy color: '#FCFA28'

red 252 ◦ green 250 ◦ blue 40

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

Shades of Gorse #FCFA28

Tints of Gorse #FCFA28

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.13%

 BLUE value IS 40 (16.02% from 255) = 7.38%

R = 46.49%
G = 46.13%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCFA28 (or 0xFCFA28) is known color: Gorse. HEX triplet: FC, FA and 28. RGB value is (252,250,40). Sum of RGB (Red+Green+Blue) = 252+250+40=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 40 (16.02% from 255 or 7.38% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA28 is #0305D7. Grayscale: #E3E3E3. Windows color (decimal): -198104 or 2685692. OLE color: 2685692.

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

Color convert

RGB 252 250 40 -
CMYK 0 0.01 0.84 0.01
HSL 59.43º 0.97% 0.57% -
HSV(B) 59.43º 0.84% 0.99% -
XYZ 74.71 89.22 15.29 -
YUV 226.66 22.66 146.08 -
System Red Green Blue C M Y K H S L
Decimal 252 250 40 0 0.01 0.84 0.01 59.43 0.97 0.57
Hex FC FA 28 0 1 54 1 3B 61 39
Octal 374 372 50 0 1 124 1 73 141 71
Binary 11111100 11111010 101000 0 1 1010100 1 111011 1100001 111001

Color Harmonies of #FCFA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA28

Black with #FCFA28

Text Example


Text Example

White with #FCFA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA28; }

 p { color: rgb(252,250,40); }

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

background-color css

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

 a { background-color: rgb(252,250,40); }

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

border-color css

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

 span { border-color: rgb(252,250,40); }

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