Html Css Color HEX #FBDD28 Gorse

📋 copy color: '#FBDD28'

red 251 ◦ green 221 ◦ blue 40

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

Shades of Gorse #FBDD28

Tints of Gorse #FBDD28

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

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

R = 49.02%
G = 43.16%
B = 7.81%

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

#FBDD28 (or 0xFBDD28) is known color: Gorse. HEX triplet: FB, DD and 28. RGB value is (251,221,40). Sum of RGB (Red+Green+Blue) = 251+221+40=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD28 is #0422D7. Grayscale: #D2D2D2. Windows color (decimal): -271064 or 2678267. OLE color: 2678267.

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

Color convert

RGB 251 221 40 -
CMYK 0 0.12 0.84 0.02
HSL 51.47º 0.96% 0.57% -
HSV(B) 51.47º 0.84% 0.98% -
XYZ 66.02 72.38 12.5 -
YUV 209.34 32.44 157.72 -
System Red Green Blue C M Y K H S L
Decimal 251 221 40 0 0.12 0.84 0.02 51.47 0.96 0.57
Hex FB DD 28 0 C 54 2 33 60 39
Octal 373 335 50 0 14 124 2 63 140 71
Binary 11111011 11011101 101000 0 1100 1010100 10 110011 1100000 111001

Color Harmonies of #FBDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD28

Black with #FBDD28

Text Example


Text Example

White with #FBDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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