Html Css Color HEX #FBBD2D Saffron

📋 copy color: '#FBBD2D'

red 251 ◦ green 189 ◦ blue 45

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

Shades of Saffron #FBBD2D

Tints of Saffron #FBBD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.97%

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 51.75%
G = 38.97%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBBD2D (or 0xFBBD2D) is known color: Saffron. HEX triplet: FB, BD and 2D. RGB value is (251,189,45). Sum of RGB (Red+Green+Blue) = 251+189+45=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBD2D is #0442D2. Grayscale: #BFBFBF. Windows color (decimal): -279251 or 2997755. OLE color: 2997755.

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

Color convert

RGB 251 189 45 -
CMYK 0 0.25 0.82 0.02
HSL 41.94º 0.96% 0.58% -
HSV(B) 41.94º 0.82% 0.98% -
XYZ 58.45 57.09 10.42 -
YUV 191.12 45.54 170.71 -
System Red Green Blue C M Y K H S L
Decimal 251 189 45 0 0.25 0.82 0.02 41.94 0.96 0.58
Hex FB BD 2D 0 19 52 2 2A 60 3A
Octal 373 275 55 0 31 122 2 52 140 72
Binary 11111011 10111101 101101 0 11001 1010010 10 101010 1100000 111010

Color Harmonies of #FBBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBD2D

Black with #FBBD2D

Text Example


Text Example

White with #FBBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBD2D; }

 p { color: rgb(251,189,45); }

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

background-color css

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

 a { background-color: rgb(251,189,45); }

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

border-color css

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

 span { border-color: rgb(251,189,45); }

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