Html Css Color HEX #FEBC65 Rajah

📋 copy color: '#FEBC65'

red 254 ◦ green 188 ◦ blue 101

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

Shades of Rajah #FEBC65

Tints of Rajah #FEBC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

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

R = 46.78%
G = 34.62%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEBC65 (or 0xFEBC65) is known color: Rajah. HEX triplet: FE, BC and 65. RGB value is (254,188,101). Sum of RGB (Red+Green+Blue) = 254+188+101=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC65 is #01439A. Grayscale: #C6C6C6. Windows color (decimal): -82843 or 6667518. OLE color: 6667518.

HSL color Cylindrical-coordinate representation of color #FEBC65: hue angle of 34.12º 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 #FEBC65 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 188 101 -
CMYK 0 0.26 0.60 0.00
HSL 34.12º 0.99% 0.7% -
HSV(B) 34.12º 0.6% 1% -
XYZ 61.21 57.98 20.28 -
YUV 197.82 73.37 168.07 -
System Red Green Blue C M Y K H S L
Decimal 254 188 101 0 0.26 0.60 0.00 34.12 0.99 0.7
Hex FE BC 65 0 1A 3C 0 22 63 46
Octal 376 274 145 0 32 74 0 42 143 106
Binary 11111110 10111100 1100101 0 11010 111100 0 100010 1100011 1000110

Color Harmonies of #FEBC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC65

Black with #FEBC65

Text Example


Text Example

White with #FEBC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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