Html Css Color HEX #FCF630 Gorse

📋 copy color: '#FCF630'

red 252 ◦ green 246 ◦ blue 48

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

Shades of Gorse #FCF630

Tints of Gorse #FCF630

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.05%

 BLUE value IS 48 (19.14% from 255) = 8.79%

R = 46.15%
G = 45.05%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF630 (or 0xFCF630) is known color: Gorse. HEX triplet: FC, F6 and 30. RGB value is (252,246,48). Sum of RGB (Red+Green+Blue) = 252+246+48=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 48 (19.14% from 255 or 8.79% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF630 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF630 is #0309CF. Grayscale: #E2E2E2. Windows color (decimal): -199120 or 3208956. OLE color: 3208956.

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

Color convert

RGB 252 246 48 -
CMYK 0 0.02 0.81 0.01
HSL 58.24º 0.97% 0.59% -
HSV(B) 58.24º 0.81% 0.99% -
XYZ 73.63 86.82 15.67 -
YUV 225.22 27.99 147.1 -
System Red Green Blue C M Y K H S L
Decimal 252 246 48 0 0.02 0.81 0.01 58.24 0.97 0.59
Hex FC F6 30 0 2 51 1 3A 61 3B
Octal 374 366 60 0 2 121 1 72 141 73
Binary 11111100 11110110 110000 0 10 1010001 1 111010 1100001 111011

Color Harmonies of #FCF630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF630

Black with #FCF630

Text Example


Text Example

White with #FCF630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF630; }

 p { color: rgb(252,246,48); }

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

background-color css

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

 a { background-color: rgb(252,246,48); }

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

border-color css

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

 span { border-color: rgb(252,246,48); }

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