Html Css Color HEX #FBDC3F Gorse

📋 copy color: '#FBDC3F'

red 251 ◦ green 220 ◦ blue 63

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

Shades of Gorse #FBDC3F

Tints of Gorse #FBDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.8%

R = 47%
G = 41.2%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBDC3F (or 0xFBDC3F) is known color: Gorse. HEX triplet: FB, DC and 3F. RGB value is (251,220,63). Sum of RGB (Red+Green+Blue) = 251+220+63=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 63 (25% from 255 or 11.80% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC3F is #0423C0. Grayscale: #D4D4D4. Windows color (decimal): -271297 or 4185339. OLE color: 4185339.

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

Color convert

RGB 251 220 63 -
CMYK 0 0.12 0.75 0.02
HSL 50.11º 0.96% 0.62% -
HSV(B) 50.11º 0.75% 0.98% -
XYZ 66.27 72.05 15.12 -
YUV 211.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 251 220 63 0 0.12 0.75 0.02 50.11 0.96 0.62
Hex FB DC 3F 0 C 4B 2 32 60 3E
Octal 373 334 77 0 14 113 2 62 140 76
Binary 11111011 11011100 111111 0 1100 1001011 10 110010 1100000 111110

Color Harmonies of #FBDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC3F

Black with #FBDC3F

Text Example


Text Example

White with #FBDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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