Html Css Color HEX #FBBE2D Saffron

📋 copy color: '#FBBE2D'

red 251 ◦ green 190 ◦ blue 45

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

Shades of Saffron #FBBE2D

Tints of Saffron #FBBE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.09%

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

R = 51.65%
G = 39.09%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBBE2D (or 0xFBBE2D) is known color: Saffron. HEX triplet: FB, BE and 2D. RGB value is (251,190,45). Sum of RGB (Red+Green+Blue) = 251+190+45=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBE2D is #0441D2. Grayscale: #C0C0C0. Windows color (decimal): -278995 or 2998011. OLE color: 2998011.

HSL color Cylindrical-coordinate representation of color #FBBE2D: hue angle of 42.23º 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 #FBBE2D is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 190 45 -
CMYK 0 0.24 0.82 0.02
HSL 42.23º 0.96% 0.58% -
HSV(B) 42.23º 0.82% 0.98% -
XYZ 58.67 57.53 10.49 -
YUV 191.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 251 190 45 0 0.24 0.82 0.02 42.23 0.96 0.58
Hex FB BE 2D 0 18 52 2 2A 60 3A
Octal 373 276 55 0 30 122 2 52 140 72
Binary 11111011 10111110 101101 0 11000 1010010 10 101010 1100000 111010

Color Harmonies of #FBBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBE2D

Black with #FBBE2D

Text Example


Text Example

White with #FBBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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