Html Css Color HEX #FFB25E Rajah

📋 copy color: '#FFB25E'

red 255 ◦ green 178 ◦ blue 94

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

Shades of Rajah #FFB25E

Tints of Rajah #FFB25E

RGB

 RED value IS 255 (100% from 255) = 48.39%

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

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 48.39%
G = 33.78%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFB25E (or 0xFFB25E) is known color: Rajah. HEX triplet: FF, B2 and 5E. RGB value is (255,178,94). Sum of RGB (Red+Green+Blue) = 255+178+94=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB25E is #004DA1. Grayscale: #BFBFBF. Windows color (decimal): -19874 or 6206207. OLE color: 6206207.

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

Color convert

RGB 255 178 94 -
CMYK 0 0.30 0.63 0
HSL 31.3º 1% 0.68% -
HSV(B) 31.3º 0.63% 1% -
XYZ 59.18 53.91 17.88 -
YUV 191.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 255 178 94 0 0.30 0.63 0 31.3 1 0.68
Hex FF B2 5E 0 1E 3F 0 1F 64 44
Octal 377 262 136 0 36 77 0 37 144 104
Binary 11111111 10110010 1011110 0 11110 111111 0 11111 1100100 1000100

Color Harmonies of #FFB25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB25E

Black with #FFB25E

Text Example


Text Example

White with #FFB25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB25E; }

 p { color: rgb(255,178,94); }

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

background-color css

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

 a { background-color: rgb(255,178,94); }

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

border-color css

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

 span { border-color: rgb(255,178,94); }

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