Html Css Color HEX #FEBD64 Rajah

📋 copy color: '#FEBD64'

red 254 ◦ green 189 ◦ blue 100

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

Shades of Rajah #FEBD64

Tints of Rajah #FEBD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.81%

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

R = 46.78%
G = 34.81%
B = 18.42%

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

#FEBD64 (or 0xFEBD64) is known color: Rajah. HEX triplet: FE, BD and 64. RGB value is (254,189,100). Sum of RGB (Red+Green+Blue) = 254+189+100=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD64 is #01429B. Grayscale: #C6C6C6. Windows color (decimal): -82588 or 6602238. OLE color: 6602238.

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

Color convert

RGB 254 189 100 -
CMYK 0 0.26 0.61 0.00
HSL 34.68º 0.99% 0.69% -
HSV(B) 34.68º 0.61% 1% -
XYZ 61.37 58.39 20.09 -
YUV 198.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 254 189 100 0 0.26 0.61 0.00 34.68 0.99 0.69
Hex FE BD 64 0 1A 3D 0 23 63 45
Octal 376 275 144 0 32 75 0 43 143 105
Binary 11111110 10111101 1100100 0 11010 111101 0 100011 1100011 1000101

Color Harmonies of #FEBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD64

Black with #FEBD64

Text Example


Text Example

White with #FEBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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