Html Css Color HEX #FCFB28 Gorse

📋 copy color: '#FCFB28'

red 252 ◦ green 251 ◦ blue 40

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

Shades of Gorse #FCFB28

Tints of Gorse #FCFB28

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.22%

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

R = 46.41%
G = 46.22%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCFB28 (or 0xFCFB28) is known color: Gorse. HEX triplet: FC, FB and 28. RGB value is (252,251,40). Sum of RGB (Red+Green+Blue) = 252+251+40=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 40 (16.02% from 255 or 7.37% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB28 is #0304D7. Grayscale: #E4E4E4. Windows color (decimal): -197848 or 2685948. OLE color: 2685948.

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

Color convert

RGB 252 251 40 -
CMYK 0 0.00 0.84 0.01
HSL 59.72º 0.97% 0.57% -
HSV(B) 59.72º 0.84% 0.99% -
XYZ 75.03 89.84 15.39 -
YUV 227.25 22.33 145.66 -
System Red Green Blue C M Y K H S L
Decimal 252 251 40 0 0.00 0.84 0.01 59.72 0.97 0.57
Hex FC FB 28 0 0 54 1 3C 61 39
Octal 374 373 50 0 0 124 1 74 141 71
Binary 11111100 11111011 101000 0 0 1010100 1 111100 1100001 111001

Color Harmonies of #FCFB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB28

Black with #FCFB28

Text Example


Text Example

White with #FCFB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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