Html Css Color HEX #FFB25F Rajah

📋 copy color: '#FFB25F'

red 255 ◦ green 178 ◦ blue 95

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

Shades of Rajah #FFB25F

Tints of Rajah #FFB25F

RGB

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

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

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

R = 48.3%
G = 33.71%
B = 17.99%

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

#FFB25F (or 0xFFB25F) is known color: Rajah. HEX triplet: FF, B2 and 5F. RGB value is (255,178,95). Sum of RGB (Red+Green+Blue) = 255+178+95=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB25F is #004DA0. Grayscale: #BFBFBF. Windows color (decimal): -19873 or 6271743. OLE color: 6271743.

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

Color convert

RGB 255 178 95 -
CMYK 0 0.30 0.63 0
HSL 31.13º 1% 0.69% -
HSV(B) 31.13º 0.63% 1% -
XYZ 59.23 53.93 18.11 -
YUV 191.56 73.51 173.25 -
System Red Green Blue C M Y K H S L
Decimal 255 178 95 0 0.30 0.63 0 31.13 1 0.69
Hex FF B2 5F 0 1E 3F 0 1F 64 45
Octal 377 262 137 0 36 77 0 37 144 105
Binary 11111111 10110010 1011111 0 11110 111111 0 11111 1100100 1000101

Color Harmonies of #FFB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB25F

Black with #FFB25F

Text Example


Text Example

White with #FFB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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