Html Css Color HEX #FEB25F Rajah

📋 copy color: '#FEB25F'

red 254 ◦ green 178 ◦ blue 95

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

Shades of Rajah #FEB25F

Tints of Rajah #FEB25F

RGB

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

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

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

R = 48.2%
G = 33.78%
B = 18.03%

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

#FEB25F (or 0xFEB25F) is known color: Rajah. HEX triplet: FE, B2 and 5F. RGB value is (254,178,95). Sum of RGB (Red+Green+Blue) = 254+178+95=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB25F is #014DA0. Grayscale: #BFBFBF. Windows color (decimal): -85409 or 6271742. OLE color: 6271742.

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

Color convert

RGB 254 178 95 -
CMYK 0 0.30 0.63 0.00
HSL 31.32º 0.99% 0.68% -
HSV(B) 31.32º 0.63% 1% -
XYZ 58.86 53.74 18.1 -
YUV 191.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 254 178 95 0 0.30 0.63 0.00 31.32 0.99 0.68
Hex FE B2 5F 0 1E 3F 0 1F 63 44
Octal 376 262 137 0 36 77 0 37 143 104
Binary 11111110 10110010 1011111 0 11110 111111 0 11111 1100011 1000100

Color Harmonies of #FEB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB25F

Black with #FEB25F

Text Example


Text Example

White with #FEB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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