Html Css Color HEX #FCBF30 Saffron

📋 copy color: '#FCBF30'

red 252 ◦ green 191 ◦ blue 48

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

Shades of Saffron #FCBF30

Tints of Saffron #FCBF30

RGB

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

 GREEN value IS 191 (75% from 255) = 38.9%

 BLUE value IS 48 (19.14% from 255) = 9.78%

R = 51.32%
G = 38.9%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCBF30 (or 0xFCBF30) is known color: Saffron. HEX triplet: FC, BF and 30. RGB value is (252,191,48). Sum of RGB (Red+Green+Blue) = 252+191+48=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBF30 is #0340CF. Grayscale: #C1C1C1. Windows color (decimal): -213200 or 3194876. OLE color: 3194876.

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

Color convert

RGB 252 191 48 -
CMYK 0 0.24 0.81 0.01
HSL 42.06º 0.97% 0.59% -
HSV(B) 42.06º 0.81% 0.99% -
XYZ 59.31 58.17 10.9 -
YUV 192.94 46.21 170.13 -
System Red Green Blue C M Y K H S L
Decimal 252 191 48 0 0.24 0.81 0.01 42.06 0.97 0.59
Hex FC BF 30 0 18 51 1 2A 61 3B
Octal 374 277 60 0 30 121 1 52 141 73
Binary 11111100 10111111 110000 0 11000 1010001 1 101010 1100001 111011

Color Harmonies of #FCBF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBF30

Black with #FCBF30

Text Example


Text Example

White with #FCBF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBF30; }

 p { color: rgb(252,191,48); }

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

background-color css

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

 a { background-color: rgb(252,191,48); }

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

border-color css

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

 span { border-color: rgb(252,191,48); }

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