Html Css Color HEX #FEBE65 Rajah

📋 copy color: '#FEBE65'

red 254 ◦ green 190 ◦ blue 101

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

Shades of Rajah #FEBE65

Tints of Rajah #FEBE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.53%

R = 46.61%
G = 34.86%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEBE65 (or 0xFEBE65) is known color: Rajah. HEX triplet: FE, BE and 65. RGB value is (254,190,101). Sum of RGB (Red+Green+Blue) = 254+190+101=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE65 is #01419A. Grayscale: #C7C7C7. Windows color (decimal): -82331 or 6668030. OLE color: 6668030.

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

Color convert

RGB 254 190 101 -
CMYK 0 0.25 0.60 0.00
HSL 34.9º 0.99% 0.7% -
HSV(B) 34.9º 0.6% 1% -
XYZ 61.64 58.84 20.42 -
YUV 198.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 254 190 101 0 0.25 0.60 0.00 34.9 0.99 0.7
Hex FE BE 65 0 19 3C 0 23 63 46
Octal 376 276 145 0 31 74 0 43 143 106
Binary 11111110 10111110 1100101 0 11001 111100 0 100011 1100011 1000110

Color Harmonies of #FEBE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE65

Black with #FEBE65

Text Example


Text Example

White with #FEBE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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