Html Css Color HEX #FBDD3E Gorse

📋 copy color: '#FBDD3E'

red 251 ◦ green 221 ◦ blue 62

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

Shades of Gorse #FBDD3E

Tints of Gorse #FBDD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.61%

R = 47%
G = 41.39%
B = 11.61%

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

#FBDD3E (or 0xFBDD3E) is known color: Gorse. HEX triplet: FB, DD and 3E. RGB value is (251,221,62). Sum of RGB (Red+Green+Blue) = 251+221+62=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD3E is #0422C1. Grayscale: #D4D4D4. Windows color (decimal): -271042 or 4120059. OLE color: 4120059.

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

Color convert

RGB 251 221 62 -
CMYK 0 0.12 0.75 0.02
HSL 50.48º 0.96% 0.61% -
HSV(B) 50.48º 0.75% 0.98% -
XYZ 66.51 72.57 15.06 -
YUV 211.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 251 221 62 0 0.12 0.75 0.02 50.48 0.96 0.61
Hex FB DD 3E 0 C 4B 2 32 60 3D
Octal 373 335 76 0 14 113 2 62 140 75
Binary 11111011 11011101 111110 0 1100 1001011 10 110010 1100000 111101

Color Harmonies of #FBDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD3E

Black with #FBDD3E

Text Example


Text Example

White with #FBDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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