Html Css Color HEX #FEBC64 Rajah

📋 copy color: '#FEBC64'

red 254 ◦ green 188 ◦ blue 100

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

Shades of Rajah #FEBC64

Tints of Rajah #FEBC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 46.86%
G = 34.69%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEBC64 (or 0xFEBC64) is known color: Rajah. HEX triplet: FE, BC and 64. RGB value is (254,188,100). Sum of RGB (Red+Green+Blue) = 254+188+100=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC64 is #01439B. Grayscale: #C6C6C6. Windows color (decimal): -82844 or 6601982. OLE color: 6601982.

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

Color convert

RGB 254 188 100 -
CMYK 0 0.26 0.61 0.00
HSL 34.29º 0.99% 0.69% -
HSV(B) 34.29º 0.61% 1% -
XYZ 61.16 57.96 20.02 -
YUV 197.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 254 188 100 0 0.26 0.61 0.00 34.29 0.99 0.69
Hex FE BC 64 0 1A 3D 0 22 63 45
Octal 376 274 144 0 32 75 0 42 143 105
Binary 11111110 10111100 1100100 0 11010 111101 0 100010 1100011 1000101

Color Harmonies of #FEBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC64

Black with #FEBC64

Text Example


Text Example

White with #FEBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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