Html Css Color HEX #FBC13D Saffron

📋 copy color: '#FBC13D'

red 251 ◦ green 193 ◦ blue 61

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

Shades of Saffron #FBC13D

Tints of Saffron #FBC13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.22%

 BLUE value IS 61 (24.22% from 255) = 12.08%

R = 49.7%
G = 38.22%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBC13D (or 0xFBC13D) is known color: Saffron. HEX triplet: FB, C1 and 3D. RGB value is (251,193,61). Sum of RGB (Red+Green+Blue) = 251+193+61=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC13D is #043EC2. Grayscale: #C3C3C3. Windows color (decimal): -278211 or 4047355. OLE color: 4047355.

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

Color convert

RGB 251 193 61 -
CMYK 0 0.23 0.76 0.02
HSL 41.68º 0.96% 0.61% -
HSV(B) 41.68º 0.76% 0.98% -
XYZ 59.7 58.99 12.65 -
YUV 195.29 52.22 167.73 -
System Red Green Blue C M Y K H S L
Decimal 251 193 61 0 0.23 0.76 0.02 41.68 0.96 0.61
Hex FB C1 3D 0 17 4C 2 2A 60 3D
Octal 373 301 75 0 27 114 2 52 140 75
Binary 11111011 11000001 111101 0 10111 1001100 10 101010 1100000 111101

Color Harmonies of #FBC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC13D

Black with #FBC13D

Text Example


Text Example

White with #FBC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC13D; }

 p { color: rgb(251,193,61); }

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

background-color css

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

 a { background-color: rgb(251,193,61); }

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

border-color css

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

 span { border-color: rgb(251,193,61); }

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