Html Css Color HEX #FBDC30 Gorse

📋 copy color: '#FBDC30'

red 251 ◦ green 220 ◦ blue 48

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

Shades of Gorse #FBDC30

Tints of Gorse #FBDC30

RGB

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

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

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

R = 48.36%
G = 42.39%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBDC30 (or 0xFBDC30) is known color: Gorse. HEX triplet: FB, DC and 30. RGB value is (251,220,48). Sum of RGB (Red+Green+Blue) = 251+220+48=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 48 (19.14% from 255 or 9.25% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC30 is #0423CF. Grayscale: #D2D2D2. Windows color (decimal): -271312 or 3202299. OLE color: 3202299.

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

Color convert

RGB 251 220 48 -
CMYK 0 0.12 0.81 0.02
HSL 50.84º 0.96% 0.59% -
HSV(B) 50.84º 0.81% 0.98% -
XYZ 65.91 71.91 13.2 -
YUV 209.66 36.77 157.49 -
System Red Green Blue C M Y K H S L
Decimal 251 220 48 0 0.12 0.81 0.02 50.84 0.96 0.59
Hex FB DC 30 0 C 51 2 33 60 3B
Octal 373 334 60 0 14 121 2 63 140 73
Binary 11111011 11011100 110000 0 1100 1010001 10 110011 1100000 111011

Color Harmonies of #FBDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC30

Black with #FBDC30

Text Example


Text Example

White with #FBDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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