Html Css Color HEX #FEB65F Rajah

📋 copy color: '#FEB65F'

red 254 ◦ green 182 ◦ blue 95

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

Shades of Rajah #FEB65F

Tints of Rajah #FEB65F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.27%

 BLUE value IS 95 (37.5% from 255) = 17.89%

R = 47.83%
G = 34.27%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEB65F (or 0xFEB65F) is known color: Rajah. HEX triplet: FE, B6 and 5F. RGB value is (254,182,95). Sum of RGB (Red+Green+Blue) = 254+182+95=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB65F is #0149A0. Grayscale: #C2C2C2. Windows color (decimal): -84385 or 6272766. OLE color: 6272766.

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

Color convert

RGB 254 182 95 -
CMYK 0 0.28 0.63 0.00
HSL 32.83º 0.99% 0.68% -
HSV(B) 32.83º 0.63% 1% -
XYZ 59.67 55.35 18.37 -
YUV 193.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 254 182 95 0 0.28 0.63 0.00 32.83 0.99 0.68
Hex FE B6 5F 0 1C 3F 0 21 63 44
Octal 376 266 137 0 34 77 0 41 143 104
Binary 11111110 10110110 1011111 0 11100 111111 0 100001 1100011 1000100

Color Harmonies of #FEB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB65F

Black with #FEB65F

Text Example


Text Example

White with #FEB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB65F; }

 p { color: rgb(254,182,95); }

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

background-color css

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

 a { background-color: rgb(254,182,95); }

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

border-color css

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

 span { border-color: rgb(254,182,95); }

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