Html Css Color HEX #FDB15F Rajah

📋 copy color: '#FDB15F'

red 253 ◦ green 177 ◦ blue 95

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

Shades of Rajah #FDB15F

Tints of Rajah #FDB15F

RGB

 RED value IS 253 (99.22% from 255) = 48.19%

 GREEN value IS 177 (69.53% from 255) = 33.71%

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

R = 48.19%
G = 33.71%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDB15F (or 0xFDB15F) is known color: Rajah. HEX triplet: FD, B1 and 5F. RGB value is (253,177,95). Sum of RGB (Red+Green+Blue) = 253+177+95=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB15F is #024EA0. Grayscale: #BEBEBE. Windows color (decimal): -151201 or 6271485. OLE color: 6271485.

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

Color convert

RGB 253 177 95 -
CMYK 0 0.30 0.62 0.01
HSL 31.14º 0.98% 0.68% -
HSV(B) 31.14º 0.62% 0.99% -
XYZ 58.3 53.15 18.01 -
YUV 190.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 253 177 95 0 0.30 0.62 0.01 31.14 0.98 0.68
Hex FD B1 5F 0 1E 3E 1 1F 62 44
Octal 375 261 137 0 36 76 1 37 142 104
Binary 11111101 10110001 1011111 0 11110 111110 1 11111 1100010 1000100

Color Harmonies of #FDB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB15F

Black with #FDB15F

Text Example


Text Example

White with #FDB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB15F; }

 p { color: rgb(253,177,95); }

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

background-color css

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

 a { background-color: rgb(253,177,95); }

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

border-color css

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

 span { border-color: rgb(253,177,95); }

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