Html Css Color HEX #FEBE30 Saffron

📋 copy color: '#FEBE30'

red 254 ◦ green 190 ◦ blue 48

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

Shades of Saffron #FEBE30

Tints of Saffron #FEBE30

RGB

 RED value IS 254 (99.61% from 255) = 51.63%

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

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

R = 51.63%
G = 38.62%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEBE30 (or 0xFEBE30) is known color: Saffron. HEX triplet: FE, BE and 30. RGB value is (254,190,48). Sum of RGB (Red+Green+Blue) = 254+190+48=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE30 is #0141CF. Grayscale: #C1C1C1. Windows color (decimal): -82384 or 3194622. OLE color: 3194622.

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

Color convert

RGB 254 190 48 -
CMYK 0 0.25 0.81 0.00
HSL 41.36º 0.99% 0.59% -
HSV(B) 41.36º 0.81% 1% -
XYZ 59.82 58.11 10.86 -
YUV 192.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 254 190 48 0 0.25 0.81 0.00 41.36 0.99 0.59
Hex FE BE 30 0 19 51 0 29 63 3B
Octal 376 276 60 0 31 121 0 51 143 73
Binary 11111110 10111110 110000 0 11001 1010001 0 101001 1100011 111011

Color Harmonies of #FEBE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE30

Black with #FEBE30

Text Example


Text Example

White with #FEBE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE30; }

 p { color: rgb(254,190,48); }

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

background-color css

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

 a { background-color: rgb(254,190,48); }

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

border-color css

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

 span { border-color: rgb(254,190,48); }

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