Html Css Color HEX #FFBE2A Saffron

📋 copy color: '#FFBE2A'

red 255 ◦ green 190 ◦ blue 42

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

Shades of Saffron #FFBE2A

Tints of Saffron #FFBE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.62%

R = 52.36%
G = 39.01%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFBE2A (or 0xFFBE2A) is known color: Saffron. HEX triplet: FF, BE and 2A. RGB value is (255,190,42). Sum of RGB (Red+Green+Blue) = 255+190+42=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE2A is #0041D5. Grayscale: #C1C1C1. Windows color (decimal): -16854 or 2801407. OLE color: 2801407.

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

Color convert

RGB 255 190 42 -
CMYK 0 0.25 0.84 0
HSL 41.69º 1% 0.58% -
HSV(B) 41.69º 0.84% 1% -
XYZ 60.07 58.25 10.27 -
YUV 192.56 43.03 172.53 -
System Red Green Blue C M Y K H S L
Decimal 255 190 42 0 0.25 0.84 0 41.69 1 0.58
Hex FF BE 2A 0 19 54 0 2A 64 3A
Octal 377 276 52 0 31 124 0 52 144 72
Binary 11111111 10111110 101010 0 11001 1010100 0 101010 1100100 111010

Color Harmonies of #FFBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE2A

Black with #FFBE2A

Text Example


Text Example

White with #FFBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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