Html Css Color HEX #FBDC28 Gorse

📋 copy color: '#FBDC28'

red 251 ◦ green 220 ◦ blue 40

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

Shades of Gorse #FBDC28

Tints of Gorse #FBDC28

RGB

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

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

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

R = 49.12%
G = 43.05%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBDC28 (or 0xFBDC28) is known color: Gorse. HEX triplet: FB, DC and 28. RGB value is (251,220,40). Sum of RGB (Red+Green+Blue) = 251+220+40=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC28 is #0423D7. Grayscale: #D1D1D1. Windows color (decimal): -271320 or 2678011. OLE color: 2678011.

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

Color convert

RGB 251 220 40 -
CMYK 0 0.12 0.84 0.02
HSL 51.18º 0.96% 0.57% -
HSV(B) 51.18º 0.84% 0.98% -
XYZ 65.76 71.85 12.41 -
YUV 208.75 32.77 158.14 -
System Red Green Blue C M Y K H S L
Decimal 251 220 40 0 0.12 0.84 0.02 51.18 0.96 0.57
Hex FB DC 28 0 C 54 2 33 60 39
Octal 373 334 50 0 14 124 2 63 140 71
Binary 11111011 11011100 101000 0 1100 1010100 10 110011 1100000 111001

Color Harmonies of #FBDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC28

Black with #FBDC28

Text Example


Text Example

White with #FBDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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