Html Css Color HEX #FFBE2C Saffron

📋 copy color: '#FFBE2C'

red 255 ◦ green 190 ◦ blue 44

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

Shades of Saffron #FFBE2C

Tints of Saffron #FFBE2C

RGB

 RED value IS 255 (100% from 255) = 52.15%

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

 BLUE value IS 44 (17.58% from 255) = 9%

R = 52.15%
G = 38.85%
B = 9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFBE2C (or 0xFFBE2C) is known color: Saffron. HEX triplet: FF, BE and 2C. RGB value is (255,190,44). Sum of RGB (Red+Green+Blue) = 255+190+44=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE2C is #0041D3. Grayscale: #C1C1C1. Windows color (decimal): -16852 or 2932479. OLE color: 2932479.

HSL color Cylindrical-coordinate representation of color #FFBE2C: hue angle of 41.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFBE2C is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB 255 190 44 -
CMYK 0 0.25 0.83 0
HSL 41.52º 1% 0.59% -
HSV(B) 41.52º 0.83% 1% -
XYZ 60.11 58.27 10.46 -
YUV 192.79 44.03 172.37 -
System Red Green Blue C M Y K H S L
Decimal 255 190 44 0 0.25 0.83 0 41.52 1 0.59
Hex FF BE 2C 0 19 53 0 2A 64 3B
Octal 377 276 54 0 31 123 0 52 144 73
Binary 11111111 10111110 101100 0 11001 1010011 0 101010 1100100 111011

Color Harmonies of #FFBE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE2C

Black with #FFBE2C

Text Example


Text Example

White with #FFBE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE2C; }

 p { color: rgb(255,190,44); }

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

background-color css

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

 a { background-color: rgb(255,190,44); }

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

border-color css

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

 span { border-color: rgb(255,190,44); }

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