Html Css Color HEX #FBDF3A Gorse

📋 copy color: '#FBDF3A'

red 251 ◦ green 223 ◦ blue 58

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

Shades of Gorse #FBDF3A

Tints of Gorse #FBDF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.92%

 BLUE value IS 58 (23.05% from 255) = 10.9%

R = 47.18%
G = 41.92%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBDF3A (or 0xFBDF3A) is known color: Gorse. HEX triplet: FB, DF and 3A. RGB value is (251,223,58). Sum of RGB (Red+Green+Blue) = 251+223+58=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF3A is #0420C5. Grayscale: #D5D5D5. Windows color (decimal): -270534 or 3858427. OLE color: 3858427.

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

Color convert

RGB 251 223 58 -
CMYK 0 0.11 0.77 0.02
HSL 51.3º 0.96% 0.61% -
HSV(B) 51.3º 0.77% 0.98% -
XYZ 66.94 73.59 14.68 -
YUV 212.56 40.78 155.42 -
System Red Green Blue C M Y K H S L
Decimal 251 223 58 0 0.11 0.77 0.02 51.3 0.96 0.61
Hex FB DF 3A 0 B 4D 2 33 60 3D
Octal 373 337 72 0 13 115 2 63 140 75
Binary 11111011 11011111 111010 0 1011 1001101 10 110011 1100000 111101

Color Harmonies of #FBDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF3A

Black with #FBDF3A

Text Example


Text Example

White with #FBDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF3A; }

 p { color: rgb(251,223,58); }

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

background-color css

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

 a { background-color: rgb(251,223,58); }

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

border-color css

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

 span { border-color: rgb(251,223,58); }

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