Html Css Color HEX #FDB062 Rajah

📋 copy color: '#FDB062'

red 253 ◦ green 176 ◦ blue 98

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

Shades of Rajah #FDB062

Tints of Rajah #FDB062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.4%

 BLUE value IS 98 (38.67% from 255) = 18.6%

R = 48.01%
G = 33.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDB062 (or 0xFDB062) is known color: Rajah. HEX triplet: FD, B0 and 62. RGB value is (253,176,98). Sum of RGB (Red+Green+Blue) = 253+176+98=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB062 is #024F9D. Grayscale: #BEBEBE. Windows color (decimal): -151454 or 6467837. OLE color: 6467837.

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

Color convert

RGB 253 176 98 -
CMYK 0 0.30 0.61 0.01
HSL 30.19º 0.97% 0.69% -
HSV(B) 30.19º 0.61% 0.99% -
XYZ 58.24 52.82 18.68 -
YUV 190.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 253 176 98 0 0.30 0.61 0.01 30.19 0.97 0.69
Hex FD B0 62 0 1E 3D 1 1E 61 45
Octal 375 260 142 0 36 75 1 36 141 105
Binary 11111101 10110000 1100010 0 11110 111101 1 11110 1100001 1000101

Color Harmonies of #FDB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB062

Black with #FDB062

Text Example


Text Example

White with #FDB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB062; }

 p { color: rgb(253,176,98); }

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

background-color css

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

 a { background-color: rgb(253,176,98); }

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

border-color css

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

 span { border-color: rgb(253,176,98); }

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