Html Css Color HEX #FEB25D Rajah

📋 copy color: '#FEB25D'

red 254 ◦ green 178 ◦ blue 93

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

Shades of Rajah #FEB25D

Tints of Rajah #FEB25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

 BLUE value IS 93 (36.72% from 255) = 17.71%

R = 48.38%
G = 33.9%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEB25D (or 0xFEB25D) is known color: Rajah. HEX triplet: FE, B2 and 5D. RGB value is (254,178,93). Sum of RGB (Red+Green+Blue) = 254+178+93=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB25D is #014DA2. Grayscale: #BFBFBF. Windows color (decimal): -85411 or 6140670. OLE color: 6140670.

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

Color convert

RGB 254 178 93 -
CMYK 0 0.30 0.63 0.00
HSL 31.68º 0.99% 0.68% -
HSV(B) 31.68º 0.63% 1% -
XYZ 58.77 53.7 17.62 -
YUV 191.03 72.68 172.91 -
System Red Green Blue C M Y K H S L
Decimal 254 178 93 0 0.30 0.63 0.00 31.68 0.99 0.68
Hex FE B2 5D 0 1E 3F 0 20 63 44
Octal 376 262 135 0 36 77 0 40 143 104
Binary 11111110 10110010 1011101 0 11110 111111 0 100000 1100011 1000100

Color Harmonies of #FEB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB25D

Black with #FEB25D

Text Example


Text Example

White with #FEB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB25D; }

 p { color: rgb(254,178,93); }

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

background-color css

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

 a { background-color: rgb(254,178,93); }

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

border-color css

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

 span { border-color: rgb(254,178,93); }

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