Html Css Color HEX #FCBD2D Saffron

📋 copy color: '#FCBD2D'

red 252 ◦ green 189 ◦ blue 45

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

Shades of Saffron #FCBD2D

Tints of Saffron #FCBD2D

RGB

 RED value IS 252 (98.83% from 255) = 51.85%

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

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

R = 51.85%
G = 38.89%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCBD2D (or 0xFCBD2D) is known color: Saffron. HEX triplet: FC, BD and 2D. RGB value is (252,189,45). Sum of RGB (Red+Green+Blue) = 252+189+45=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD2D is #0342D2. Grayscale: #C0C0C0. Windows color (decimal): -213715 or 2997756. OLE color: 2997756.

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

Color convert

RGB 252 189 45 -
CMYK 0 0.25 0.82 0.01
HSL 41.74º 0.97% 0.58% -
HSV(B) 41.74º 0.82% 0.99% -
XYZ 58.82 57.28 10.44 -
YUV 191.42 45.37 171.21 -
System Red Green Blue C M Y K H S L
Decimal 252 189 45 0 0.25 0.82 0.01 41.74 0.97 0.58
Hex FC BD 2D 0 19 52 1 2A 61 3A
Octal 374 275 55 0 31 122 1 52 141 72
Binary 11111100 10111101 101101 0 11001 1010010 1 101010 1100001 111010

Color Harmonies of #FCBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD2D

Black with #FCBD2D

Text Example


Text Example

White with #FCBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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