Html Css Color HEX #FBDC35 Gorse

📋 copy color: '#FBDC35'

red 251 ◦ green 220 ◦ blue 53

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

Shades of Gorse #FBDC35

Tints of Gorse #FBDC35

RGB

 RED value IS 251 (98.44% from 255) = 47.9%

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 53 (21.09% from 255) = 10.11%

R = 47.9%
G = 41.98%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBDC35 (or 0xFBDC35) is known color: Gorse. HEX triplet: FB, DC and 35. RGB value is (251,220,53). Sum of RGB (Red+Green+Blue) = 251+220+53=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 53 (21.09% from 255 or 10.11% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC35 is #0423CA. Grayscale: #D2D2D2. Windows color (decimal): -271307 or 3529979. OLE color: 3529979.

HSL color Cylindrical-coordinate representation of color #FBDC35: hue angle of 50.61º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FBDC35 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 53 -
CMYK 0 0.12 0.79 0.02
HSL 50.61º 0.96% 0.6% -
HSV(B) 50.61º 0.79% 0.98% -
XYZ 66.02 71.95 13.78 -
YUV 210.23 39.27 157.08 -
System Red Green Blue C M Y K H S L
Decimal 251 220 53 0 0.12 0.79 0.02 50.61 0.96 0.6
Hex FB DC 35 0 C 4F 2 33 60 3C
Octal 373 334 65 0 14 117 2 63 140 74
Binary 11111011 11011100 110101 0 1100 1001111 10 110011 1100000 111100

Color Harmonies of #FBDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC35

Black with #FBDC35

Text Example


Text Example

White with #FBDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC35; }

 p { color: rgb(251,220,53); }

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

background-color css

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

 a { background-color: rgb(251,220,53); }

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

border-color css

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

 span { border-color: rgb(251,220,53); }

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